|
 | databaseType |
Gets or sets the database type.
|
 | isDateTime |
Gets a value indicating whether the data type is date/time.
|
 | isNullable |
Gets or sets whether or not this data type can be set to null.
|
 | isNumeric |
Gets a value indicating whether the data type is numeric.
|
 | isSortable |
Gets or sets a value indicating whether the data type is sortable.
|
 | maxLength |
Gets or sets the max length of this data type (may be null).
|
 | numericPrecision |
Gets or sets numeric precision of this data type (may be null).
|
 | numericScale |
Gets or sets the numeric scale (may be null).
|
 | originalDataTypeName |
Gets or sets the original data type name.
|